home *** CD-ROM | disk | FTP | other *** search
- if(showed == total)
- {
- if(mstop.substr("1","1") eq "2")
- {
- status = "finished";
- stop();
- }
- else if(mstop.substr("1","1") eq "1")
- {
- nsecs = mstop.substr("3","3");
- set("return","fadeout");
- gotoAndStop("wainnsec");
- play();
- }
- else if(mstart.substr("1","1") eq "3")
- {
- gotoAndStop("waitfadeout");
- }
- }
-